オーバーロード | 解説 |
---|---|
Bind(String) | Bind data with the url of the action which is used for reading data. |
Bind(String,String) | Bind data with specified x data field name and the url of the action which is used for reading data. |
Bind(String,String,String) | Bind data with specified x data field name, value property and the url of the action which is used for reading data. |
Bind(IEnumerable<T>) | Bind data with a data source. |
Bind(String,IEnumerable<T>) | Bind data with specified x data field name and a data source. |
Bind(String,String,IEnumerable<T>) | Bind data with specified x data field name and value property of the data source. |